.banner #sItems {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.banner #sItem {
	height: 290px;
	overflow: hidden;
}
.banner #sItem_no {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	position: relative;
	float: right;
	margin-top: -20px;
}
.banner #sItem_no li {
	height: 15px;
	width: 15px;
	background-color: #D6D6D6;
	text-align: center;
	line-height: 15px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
.banner #sItem_no .cur {
	color: #fff;
	background-color: #0C71FF;
	cursor: pointer;
}
